home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / LORD2B6.ZIP / VARLIST.DAT < prev    next >
Text File  |  1997-05-16  |  2KB  |  75 lines

  1. ;var info for the game - so people that add/mess with this world know
  2. ;what to change.  Use a comment ; in front of a line to have it not show
  3. ;up in the player editor.  
  4.  
  5. ;player specific longint vars
  6.  
  7. `p01 Experience
  8. `p02 Hit points
  9. `p03 Hit point max
  10. `p04 Muscle
  11. `p05 Dodge
  12. `p06 Quest 1 stat - >0, picked berries
  13. `p07 Alignment (negetive is evil)
  14. `p08 Charm
  15. `p09 Level
  16. `p10 Day he last played on
  17. `p11 Turns left today, if limited play is set in RULES.REF.
  18. `p12 Is 1 if user has VD
  19. `p13 Boat destinations. 0 means not on boat
  20. `p14 Quest origination
  21. `p15 Quest destination
  22. `p16 Quest payoff
  23. `p17 Quest item
  24. `p18 Quests completed
  25. `p19 Gems
  26. `p31 Quests left today
  27. `p32 Quest age in days
  28. `p33 Gambles left for today
  29. `p99 Tried to choke mom?
  30. `p98 Found hidden tree?
  31.  
  32. ;`p20 through `p30 reserved for math.
  33.  
  34.  
  35. ;player specific byte vars.  Some are used with the bitcheck command to turn
  36. ;the byte into 8 yes/no vars.
  37.  
  38. `t01 Talked to Turgon, 2 - asked him about Greentree
  39. `t02 Turgon chest open
  40. `t03 1 - Talked to Neb, 2 - Beat up Neb
  41. `t04 1 - Tried to fight master today (reset to 0 at NEWDAY)
  42. `t05 Old woman, 1 - met her.
  43. `t06 Amount of items in old woman's cauldron.
  44. `t07 Opened chest in cave, 1 - yes.
  45. `t08 Found bird? 1 - yes, 2 bird is dead, 3 bird is released
  46. `t09 1 - has used shrine today.
  47. `t10 Fish left in stream today for this player
  48. `t11 1 - Took money from Dad's dresser
  49.  
  50. ;`t12: Bit 1: Killed Jeb's dog
  51. ;`t12: Bit 2: Met Elle
  52. ;`t12: Bit 3: Talked to Ma about Elle
  53. ;`t12: Bit 4: Has talked with Edward 
  54. ;`t12: Bit 5: Has finished Edward quest 
  55. ;`t12: Bit 6: Read the letter even though asked not too
  56. ;`t12: Bit 7: Lost at the Arena today
  57.  
  58. ;Global longint vars used
  59.  
  60. `v01 reserved
  61. `v02 todays weather
  62. `v40 reserved
  63. `v03 0 = Normal play, 1 = Unlimited deaths
  64. `v04 Lucky Shrine?: 1 = Money, 2, hitpoint, 3, strength 4 defence, else
  65.       nothing.
  66. `v05 Turns per day given at each newday - 0 for unlimited.
  67. `v06 Clean mode - 1 is on
  68. `v07 Quests chances per day allowed
  69. `v08 Gambles per day allowed
  70. ;Global string vars
  71.  
  72. ;none used yet, but `s01, `s02, `s03, `s04, `s05 and `s10 are RESERVED for
  73. ;string math, etc.
  74.  
  75.